2021 - January/February
In the lead article, Nader Dabit walks you through using AWS Amplify to develop your first AWS application. Julie Lerman leads a developer's exploration into Azure Data Explorer (and what it might do with big data) - if you've wondered what's in it but have hesitated because of the cost, Julie offers an inexpensive overview. Shawn Wildermuth digs into many details with routing in Vue3 including RouterView, RouterLinks, Route Parameters and more. Miguel Castro teaches you the how to use Web Workers to do multi-threaded development in Web applications using JavaScript. Let Bilal Haidar's article help you get started building plug-ins using Vue 3’s Provide/Inject API. And if you like cats in your sample data, 3 examples in this issue feature cats. Meow!
-
Editorial
Rod describes how Morning Pages has significantly changed his life, unblocked creative energy and made him happier.
-
A Real World ExpressJS and TypeScript Application
Sahil builds onto his earlier ExpressJS and TypeScript article and gets the sample application (a To-Do app that saves data to a database) up and running. He uses Bootstrap for new pages, adds support for client-side scripting using TypeScript and then adds Vue.js into the project.
-
Calling Stored Procedures with the Entity Framework in .NET 5
Paul shows you how to avoid the frustration of having to determine a stored procedure’s function before you call it by using Entity Framework in .NET 5. Learn how to make calls to stored procedures using Entity Framework in .NET 5.x.
-
Azure Data Explorer
Julie explores how to get started with Azure Data Explorer (ADX) and makes sense of it for those developers who are curious but don't have big data projects to work on. Also, learn a bit about Kusto Query Language (KQL).
-
Routing in Vue3: Navigating the Options
Shawn Wildermuth demonstrates how to use Vue Routing in a single page application. This article also explores RouterView, RouterLinks, Route Parameters ($route), Matching Routes (pathMatch), Nested Routes , and Routing Guards.
-
Full Stack Cloud Development with AWS Amplify
Get started developing for AWS using Amplify and React to build a simple photo application. Create back-end services using Amazon Cognito, a managed identity service, add storage, and use the GraphQL API to deploy. then use Amplify to build the front end.
-
Understanding and Using Web Workers
Miguel Castro teaches you the how to use Web Workers to do multi-threaded development in Web applications using JavaScript.
-
Building Multi-Tenant Applications Using ASP.NET 5
This overview of multi-tenant architecture describes the challenges and solutions to using them. Ultimately, multi-tenant gets cheaper over time. Follow along to implement a multi-tenant application in ASP.NET 5
-
The Complete Guide to Provide/Inject API in Vue 3: Part 1
Get started building plug-ins using Vue 3’s Provide/Inject API. Learn about Props, Prop Drilling and how to solve the side effects of Prop Drilling using the Provide/Inject API in the Options API and the Composition API.
-
CODA: Jazz
John makes an interesting comparison between writing code in teams and improvising in a jazz band.